<% Response.Buffer = True Response.ExpiresAbsolute = Now() - 1 Response.AddHeader "Cache-Control", "must-revalidate" Response.AddHeader "Cache-Control", "no-cache" If Session("intVidImageNo") & "x"="x" Then Session("intVidImageNo")=1 Else If Request.QueryString("cmd")="next" Then Session("intVidImageNo")=Session("intVidImageNo") + 1 Else Session("intVidImageNo")=Session("intVidImageNo") - 1 End If End If If Session("intVidImageNo")>=11 OR Session("intVidImageNo")<=0 Then Session("intVidImageNo")=1 Dim arrayImages ReDim arrayImages(10,1) For x=1 to 10 y=Session("intVidImageNo") + (x-1) arrayImages(x,1)="newGraphics/design/design[" & y & "].gif" Next %> Graphic Design
ABOUT US CONTACT US PRODUCTS & SERVICES
Making a moving impression

Deram works hand in hand with experienced film technicians to produce broadcast quality video. No matter what your film requirements, from a simple product demonstration, to the highlights of a company conference, to a TV commercial, we have the experience to deliver your screen requirements.

You can be confident that our man behind the camera has not only had experience in making TV commercials but also many drama series and full length feature films as well.

THIS PAGE IS CURRENTLY BEING UPDATED

<% For x=1 to 5 strImage=arrayImages(x,1) If x=1 Then %> <% ElseIf x=5 Then %> <% Else %> <% End If Next %>
 
 

Home